Skip to main content

mimeEncodeFieldAsMIMEMultipartDocument

Type

function

Summary

Generate multipart content from a field control

Syntax

mimeEncodeFieldAsMIMEMultipartDocument(<pField>)

Description

Parses the content of a field to create multipart content

Parameters

NameTypeDescription

pField

The long id of the field to encode

Examples

put mimeEncodeFieldAsMIMEMultipartDocument(the long id of field "email") into tBody
SendEmail tBody

Value

NameTypeDescription

it

Set to the multipart content generated from the field content

the result

An error message if an error was encountered